JAMSRESTAPI Web Service
PutCredential_PutGenerateKeysUsingFileContent
JAMSRESTAPI Web Service > All Operations Resource Group : Credential_PutGenerateKeysUsingFileContent (Put)

Resource Path: /api/credential/keys/generate/fromcontent

Uri: http://doc.jamsscheduler.com/api/credential/keys/generate/fromcontent

Description
Generates a new public/private key pair using file content.
Parameters
NameDescriptionData Type
Password for the file (if exists)string
Request

The request body is of type Credential.

Credential model

Overview

Credential
description : string
fingerprint : string
lastChangeUTC : string
logonUserName : string
password : string
privateKey : string
encryptedPrivateKey : string
encryptedPassword : string
publicKey : string
credentialID : integer
credentialName : string
keyFileContent : string
acl : ACL
genericACL : Array[ACE]
identifier : string
inherited : boolean
flags : string
accessList : Array[string]
Response

The response body is of type Credential.

OK

Overview

Credential
description : string
fingerprint : string
lastChangeUTC : string
logonUserName : string
password : string
privateKey : string
encryptedPrivateKey : string
encryptedPassword : string
publicKey : string
credentialID : integer
credentialName : string
keyFileContent : string
acl : ACL
genericACL : Array[ACE]
identifier : string
inherited : boolean
flags : string
accessList : Array[string]
See Also
All Operations Resource GroupJAMSRESTAPI Web Service